Vcenter NamespaceManagement Networks Edges Foundation Network
A Vcenter NamespaceManagement Networks Edges Foundation Network describes how packets from the load balancer reach their destinations.
This schema was added in vSphere API 9.0.0.0.
{
"network_type": "string",
"dvpg_network": {
"name": "string",
"network": "string",
"ipam": "string",
"ip_config": {
"ip_ranges": [
{
"address": "string",
"count": 0
}
],
"gateway": "string"
}
}
}
The type of network this interface is attached to.
For more information see: Vcenter NamespaceManagement Networks Edges Foundation Network NetworkType.
This property was added in vSphere API 9.0.0.0.
A network defines how packets reach their destination.
This property was added in vSphere API 9.0.0.0.
This property is optional and it is only relevant when the value of network_type is Vcenter NamespaceManagement Networks Edges Foundation Network NetworkType.DVPG.